(command_loop_1): Don't do it here.
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 May 1993 19:43:05 +0000 (19:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 May 1993 19:43:05 +0000 (19:43 +0000)
src/keyboard.c

index 09305ff14517404202df1f7bfe7fd3670727817a..bd418433489eea0c3f7151ce4654437a50a222f1 100644 (file)
@@ -943,6 +943,7 @@ command_loop_1 ()
       if (! NILP (Vlucid_menu_bar_dirty_flag))
        call0 (Qrecompute_lucid_menubar);
 
+#if 0 /* This is done in xdisp.c now.  */
 #ifdef MULTI_FRAME
       for (tem = Vframe_list; CONSP (tem); tem = XCONS (tem)->cdr)
        {
@@ -969,6 +970,7 @@ command_loop_1 ()
            }
        }
 #endif /* MULTI_FRAME */
+#endif /* 0 */
 
       /* Read next key sequence; i gets its length.  */
       i = read_key_sequence (keybuf, (sizeof keybuf / sizeof (keybuf[0])), 0);